TextIsEqual

Check if two text string are equal

extern (C) @nogc nothrow
bool
TextIsEqual
(
const(char*) text1
,
const(char*) text2
)

Meta